home *** CD-ROM | disk | FTP | other *** search
/ Cinema Studio: Frank Herrmann / Cinema Studio - Frank Herrmann.iso / tools / dust / dusthelp / water < prev    next >
Text File  |  1995-05-24  |  650b  |  13 lines

  1.   COMMAND WATER
  2. -----------------------------------------------------------------
  3.     Purpose: create a realistic water-wave
  4.               rings: how many waves are growing (1..3 looks good)
  5.               times: how often the growing is performed, after the
  6.                      whole process the 1st wave will have a distance
  7.                      times*wavelength from the centre (should be 2..10)
  8.       Usage: WATER(<objectID>,<frames>,<filename>,
  9.                     [<amplitude>,<wavelength>,<sourceX>,<sourceY>,
  10.                     <damping>,<times>,<rings>])
  11.    Examples: water(1,40,obj,12.0,24,10,-10,1.6,4,1)
  12.              water(1,60,ram:obj)
  13.